korlibs
Toggle table of contents
6.1.0-SNAPSHOT
android
Target filter
android
Switch theme
Search in API
Skip to content
korlibs
korlibs-template
/
korlibs.template.dynamic
/
[android]JvmObjectMapper2
/
ClassReflectCache
Class
Reflect
Cache
android
class
ClassReflectCache
<
T
:
Any
>
(
val
clazz
:
KClass
<
T
>
)
Members
Constructors
Class
Reflect
Cache
Link copied to clipboard
android
constructor
(
clazz
:
KClass
<
T
>
)
Types
My
Property
Link copied to clipboard
android
data
class
MyProperty
(
val
name
:
String
,
val
getter
:
Method
?
=
null
,
val
setter
:
Method
?
=
null
,
val
field
:
Field
?
=
null
)
Properties
clazz
Link copied to clipboard
android
val
clazz
:
KClass
<
T
>
fields
By
Name
Link copied to clipboard
android
val
fieldsByName
:
Map
<
String
?
,
Field
>
jclass
Link copied to clipboard
android
val
jclass
:
Class
<
T
>
methods
By
Name
Link copied to clipboard
android
val
methodsByName
:
Map
<
String
?
,
Method
>
potential
Property
Names
Link copied to clipboard
android
val
potentialPropertyNames
:
Set
<
String
?
>
potential
Property
Names
Fields
Link copied to clipboard
android
val
potentialPropertyNamesFields
:
List
<
String
?
>
potential
Property
Names
Getters
Link copied to clipboard
android
val
potentialPropertyNamesGetters
:
List
<
String
>
prop
By
Name
Link copied to clipboard
android
val
propByName
:
Map
<
String
,
JvmObjectMapper2.ClassReflectCache.MyProperty
>